Skip gjs-based tests if ASAN is enabled
authorColin Walters <walters@verbum.org>
Thu, 8 Dec 2016 02:59:40 +0000 (21:59 -0500)
committerAtomic Bot <atomic-devel@projectatomic.io>
Fri, 9 Dec 2016 18:05:53 +0000 (18:05 +0000)
commit47b4dd1b38e422254afa67756873957c25aeab6d
treed04f08110696f89e34001913a0e3fe56344447a4
parent17f264a4876dee43d97f14b777abdc328333f0c8
Skip gjs-based tests if ASAN is enabled

Unfortunately, introspection uses dlopen(), which doesn't quite
work when the DSO is compiled with ASAN but the outer executable
isn't.

Trying to inject LD_PRELOAD=libasan means the outer executable has to
be leak free...which, yeah, I'm not going to get into running ASAN
today on gjs or pygobject.

So, let's skip those tests - ideally, we still run them in some other
context without the sanitizers.  The coverage we have from them is
middling anyways.

Closes: #622
Approved by: jlebon
Makefile-tests.am
configure.ac